Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 7.x to 7.5 #4233

Merged
merged 11 commits into from
Nov 20, 2019
Merged

Bump 7.x to 7.5 #4233

merged 11 commits into from
Nov 20, 2019

Conversation

Mpdreamz
Copy link
Member

This bumps our 7.x over to 7.5

Updated code generation
Handle quirks in the spec introduced in 7.5

New time enum is different from common option's time, the spec includes descriptions in the values.
Same problem for bytes.

local and master_timeout were removed in a minor. These were falsely documented as the server did not accept them. We add them back in obsolete fashion.

Some API endpoints remove force from version_type but not all eventhough it was removed in a minor on the server from all endpoints. We still need to keep it around though because our 7.5 client can also speak to 7.0 Elasticsearch that does still accept the parameter.

@Mpdreamz Mpdreamz merged commit f4f040e into 7.x Nov 20, 2019
@Mpdreamz Mpdreamz deleted the 7.5 branch November 20, 2019 10:33
@@ -86,8 +86,6 @@ public CatAllocationDescriptor(NodeIds nodeId): base(r => r.Optional("node_id",
///<summary>A comma-separated list of node IDs or names to limit the returned information</summary>
public CatAllocationDescriptor NodeId(NodeIds nodeId) => Assign(nodeId, (a, v) => a.RouteValues.Optional("node_id", v));
// Request parameters
///<summary>The unit in which to display byte values</summary>
public CatAllocationDescriptor Bytes(Bytes? bytes) => Qs("bytes", bytes);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not exclude bytes will do a follow up PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant